home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / C / Games / Arashi 1.1.1 / source code / Game Source / mtz / (Misc) / GDEF projs / ASHIgdef.c < prev    next >
Encoding:
Text File  |  1993-02-15  |  211 b   |  9 lines  |  [TEXT/KAHL]

  1. /* return a 1 saying that ARASHI is running */
  2.  
  3. pascal OSErr main(selector, response)
  4. OSType    selector;
  5. long    *response;
  6. {
  7.     *response = 0x1;                /* return a value that will re-enable superclock */
  8.     return 0;                    
  9. }